From 158afb4ef983674aa7cd02d3a2fd10d508c4135f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Nov 2016 12:26:40 -0500 Subject: [PATCH] Fix a signature mismatch The new drawingarea draw func returns void. --- tests/testpixbuf-save.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testpixbuf-save.c b/tests/testpixbuf-save.c index 7657599955..af51e5d449 100644 --- a/tests/testpixbuf-save.c +++ b/tests/testpixbuf-save.c @@ -321,8 +321,6 @@ draw_func (GtkDrawingArea *darea, gdk_cairo_set_source_pixbuf (cr, pixbuf, 0, 0); cairo_paint (cr); - - return FALSE; } static int -- 2.30.2